(Fsetq_default): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Jul 2007 11:54:08 +0000 (11:54 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 18 Jul 2007 11:54:08 +0000 (11:54 +0000)
src/data.c

index 471df20cd482d3a825f76229d54b84dbcbefe34d..4cc35501447afa0e4f9b89eeec4929a47735c96b 100644 (file)
@@ -1440,7 +1440,7 @@ More generally, you can use multiple variables and values, as in
 This sets each VAR's default value to the corresponding VALUE.
 The VALUE for the Nth VAR can refer to the new default values
 of previous VARs.
-usage: (setq-default [VAR VALUE...])  */)
+usage: (setq-default [VAR VALUE]...)  */)
      (args)
      Lisp_Object args;
 {